home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / MAC / School House / Social Studies / The Constitution Stack / background_2111.txt < prev    next >
Text File  |  1988-08-09  |  3KB  |  148 lines

  1. -- background: 2111 from stack: in
  2. -- bmap block id: 2333
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 4 (button)
  12. -- low flags: 00
  13. -- high flags: 0000
  14. -- rect: left=261 top=315 right=341 bottom=296
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 26425 / 26425
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: Next
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   visual dissolve very fast
  26.   go to next card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 5 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=209 top=315 right=341 bottom=245
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 902 / 902
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Prev
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual dissolve very fast
  46.   go to prev card
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 6 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=4 top=316 right=342 bottom=33
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 21700 / 21700
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Home
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   visual effect dissolve
  66.   go home
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 7 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=424 top=315 right=342 bottom=463
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 8538 / 8538
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Find
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   doMenu "Find..."
  86. end mouseUp
  87.  
  88.  
  89.  
  90.  
  91. -- part 8 (button)
  92. -- low flags: 00
  93. -- high flags: 0000
  94. -- rect: left=38 top=316 right=342 bottom=74
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 32670 / 32670
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: View
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   show all cards
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 11 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=467 top=315 right=342 bottom=499
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 29114 / 29114
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   visual effect iris close
  125.   doMenu Back
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 17 (button)
  131. -- low flags: 00
  132. -- high flags: 0000
  133. -- rect: left=78 top=316 right=342 bottom=114
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 19678 / 19678
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: About
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   play harpsichord "gq"
  145.   show card field "About..."
  146. end mouseUp
  147.  
  148.